home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- if not soundBusy(1) and not soundBusy(2) then
- n = random(3)
- if n = 1 then
- sound(1).play(member("VisitOurWebsite", "sounds"))
- end if
- if n = 2 then
- sound(1).play(member("VisitOurWebsite2", "sounds"))
- end if
- if n = 3 then
- sound(1).play(member("VisitOurWebsite3", "sounds"))
- end if
- end if
- end
-
- on mouseUp
- gotoNetPage("http://www.britguides.com")
- end
-
- on mouseLeave me
- cursor(-1)
- end
-